VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / TextRegion Class / TextRegion Constructors / TextRegion Constructor(AffineMatrix,AffineMatrix,RectangleF,TextRegionSymbol[],Dictionary<ITextFont,Single>)
Syntax Requirements SeeAlso
In This Topic
    TextRegion Constructor(AffineMatrix,AffineMatrix,RectangleF,TextRegionSymbol[],Dictionary<ITextFont,Single>)
    In This Topic
    Initializes a new instance of the TextRegion class.
    Syntax

    Parameters

    visualizationTransform
    The transformation from text page space to the symbol visualization space (screen).
    transformFromDipSpace
    The transformation from DIP space.
    rect
    The region rectangle.
    symbols
    The region symbols.
    fontsSpaceWidth
    A dictionary: font => space symbol width.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also